Developer Documentation
PATH  WebObjects 4.5 Documentation > WebObjects Developer's Guide


Table of Contents Previous Section

Controlling Component State

Component objects exist within a particular session and are stored along with the session object between each cycle of the component action request-response loop. Since a user can visit many pages during a session, managing component state can be crucial to reducing your application's storage requirements.

Table of Contents Next Section